home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 1529 / locklv.ex_ / 0 / RCDATA / TYESNO / TYESNO.txt
Text File  |  1996-11-24  |  1KB  |  58 lines

  1. object yesno: Tyesno
  2.   Left = 506
  3.   Top = 565
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Dialog'
  7.   ClientHeight = 82
  8.   ClientWidth = 186
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Bevel1: TBevel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 169
  22.     Height = 33
  23.     Shape = bsFrame
  24.   end
  25.   object Label1: TLabel
  26.     Left = 16
  27.     Top = 16
  28.     Width = 153
  29.     Height = 17
  30.     Alignment = taCenter
  31.     AutoSize = False
  32.     Caption = 'Delete the message file?'
  33.     Font.Color = clWindowText
  34.     Font.Height = -13
  35.     Font.Name = 'MS Sans Serif'
  36.     Font.Style = []
  37.     ParentFont = False
  38.   end
  39.   object Button1: TButton
  40.     Left = 96
  41.     Top = 48
  42.     Width = 75
  43.     Height = 25
  44.     Caption = '&No'
  45.     TabOrder = 1
  46.     OnClick = Button1Click
  47.   end
  48.   object Button2: TButton
  49.     Left = 16
  50.     Top = 48
  51.     Width = 75
  52.     Height = 25
  53.     Caption = '&Yes'
  54.     TabOrder = 0
  55.     OnClick = Button2Click
  56.   end
  57. end
  58.